<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{
    border-radius: 3px;
}
.section{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* pc_header */
.pc_header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 9999999;
    box-shadow: 1px 1px 5px #DDD;
}
.pc_header .top{
    text-align: right;
    margin: 15px auto 0;
    position: relative;
}
.pc_header .top span{
    color: #11b181;
    font-size: 14px;
}
.pc_header .top&gt;a{
    margin-left: 30px;
    position: relative;
    font-size: 14px;
}
.pc_header .top&gt;a:nth-of-type(1){
    background: url("../images/icon01.png") left center no-repeat;
    padding-left: 25px;
}
.pc_header .top&gt;a:nth-of-type(1):after{
    display: block;
    content: '';
    width: 1px;
    height: 10px;
    background: #ccc;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -5px;
}
.pc_header .top&gt;a:nth-of-type(2){
    padding-right: 15px;
    position: relative;
    z-index: 999999999;
}
.pc_header .top&gt;a:nth-of-type(2):after{
    display: block;
    content: '';
    border-top: 6px solid #CCC;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}
.pc_header .top .top_list{
    position: absolute;
    top: -10px;
    right: -5px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 10px #CCC;
    z-index: 99999999;
    padding: 35px 10px 10px;
    display: none;
    width: 111px;
}
.pc_header .top .top_list li{
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.pc_header .top .top_list li:hover a{
    color: #11b181;
}
.pc_header .section{
    position: relative;
}
.pc_header .section&gt;.logo{
    display: block;
    width: 300px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-65%);
    transition: all 1s;
}
.pc_header .section&gt;.logo img{
    display: block;
    width: 100%;
}
.pc_header .section&gt;ul.fr{
    /*display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;*/
    width: 900px;
}
.pc_header .section&gt;ul.fr&gt;li{
    width: 12.5%;
    text-align: center;
    line-height: 82px;
    position: relative;
    float: left;
}
.pc_header .section&gt;ul.fr&gt;li:hover .nav,
.pc_header .section&gt;ul.fr&gt;li:hover .caseNav{
    top: 82px;
    opacity: 1;
    visibility: visible;
}
.caseNav{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 120px;
    background: #EEE;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    margin-left: -110px;
    border-bottom: 2px solid #11b181;
}
.caseNav ul{
    flex: 1;
    padding: 20px;
    position: relative;
}
.caseNav ul:hover{
    background: #FFF;
}
.caseNav:first-of-type:before{
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -10px;
    display: block;
    content: '';
    border-bottom: 15px solid rgba(227, 227, 227, .8);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.caseNav ul:last-of-type{
    border-right: 0;
}
.caseNav ul li{
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.caseNav ul li h4{
    font-weight: bold;
    margin-bottom: 10px;
}
.caseNav ul li a{
    font-size: 14px;
}
.caseNav ul li a:hover{
    color: #11b181;
}
.nav{
    position: absolute;
    right: 50%;
    top: 120px;
    width: 790px;
    height: 220px;
    padding: 20px;
    z-index: 999999;
    text-align: left;
    line-height: initial;
    background: rgba(255, 255, 255, .9);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    margin-left: -350px;
    border-bottom: 2px solid #11b181;
}
.nav&gt;div{
    height: 100%;
}
.nav ul{
    padding: 0 20px;
    width: 120px;
    height: 100%;
    position: relative;
    border-right: 1px solid #DDD;
}
.nav .triangle{
    position: absolute;
    right: 50%;
    top: -15px;
    display: block;
    border-bottom: 15px solid #EEE;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -30px;
    height: 0;
}
.nav ul li{
    line-height: 40px;
    padding: 0 10px;
}
.nav ul li a{
    font-size: 14px;
}
.nav ul li:hover a{
    color: #11b181;
}
.nav .img{
    width: 300px;
    background: #FFF;
}
.nav .img img{
    display: block;
    width: 100%;
    height: 120px;
}
.nav .txt{
    width: 278px;
    height: 100%;
    border-right: 1px solid #DDD;
    padding-right: 20px;
}
.nav .txt h4{
    font-size: 23px;
    color: #333;
    margin: 0 0 15px;
}
.nav .txt p{
    color: #8c8b8c;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    text-indent: 2rem;
}
.nav .txt a{
    display: block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    border: 1px solid #DDD;
    margin-top: 20px;
}
.nav .txt a:hover{
    background: #11b181;
    color: #fff;
}
.pc_header .section&gt;ul.fr&gt;li:nth-of-type(3) .nav,
.pc_header .section&gt;ul.fr&gt;li:nth-of-type(4) .nav{
    right: auto;
}
.pc_header .section&gt;ul.fr&gt;li:nth-last-of-type(1) .nav,
.pc_header .section&gt;ul.fr&gt;li:nth-last-of-type(2) .nav,
.pc_header .section&gt;ul.fr&gt;li:nth-last-of-type(3) .nav{
    right: -110px;
}
.pc_header .section&gt;ul.fr&gt;li:nth-last-of-type(1) .nav .triangle,
.pc_header .section&gt;ul.fr&gt;li:nth-last-of-type(2) .nav .triangle,
.pc_header .section&gt;ul.fr&gt;li:nth-last-of-type(3) .nav .triangle{
    right: 150px;
}


/* footer */
.footer{
    background: #393939;
}
.footer&gt;.section{
    padding: 60px 0;
}
.footer&gt;.section&gt;.fl{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 700px;
}
.footer .section&gt;.fl ul{
    flex: 1;
}
.footer .section&gt;.fl ul li.title{
    margin-bottom: 30px;
}
.footer .section&gt;.fl ul li.title a{
    color: #fff;
    font-size: 18px;
}
.footer .section&gt;.fl ul li a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #959595;
}
.footer .section&gt;.fl ul li a:hover{
    color: #FFF;
}
.footer .section&gt;.fr ul li{
    padding: 0 20px;
    text-align: center;
}
.footer .section&gt;.fr ul li p{
    margin-top: 10px;
    color: #FFF;
}
.footer .section&gt;.fr&gt;p{
    color: #FFF;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.footer .section&gt;.fr&gt;p b{
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
}
.footer&gt;.bottom{
    background: #202020;
    padding: 20px 0;
}
.footer&gt;.bottom p{
    color: #9d9d9d;
    font-size: 14px;
    line-height: 20px;
}
.footer&gt;p a{
    color: #9d9d9d;
}

/* fixnav */
.fixnav{
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 99999;
}
.fixnav ul li{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 1px 3px 10px #DDD;
    margin-bottom: 20px;
    background: #FFF;
}
.fixnav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.fixnav ul li.top a{
    background-image: url("../images/icon01.png");
}
.fixnav ul li.erweima a{
    background-image: url("../images/icon02.png");
}
.fixnav ul li.erweima{
    position: relative;
}
.fixnav ul li.erweima img{
    position: absolute;
    top: 0;
    right: 60px;
    display: none;
}
.fixnav ul li.qq a{
    background-image: url("../images/icon03.png");
}
.fixnav ul li.home a{
    background-image: url("../images/icon040.png");
}

/* mobile header */
.moblie_header{
    display: none;
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 1px 5px #CCC;
}
.moblie_header .top{
    padding: 5px 20px;
    position: relative;
    background: #FFF;
}
.moblie_header .top&gt;.fl img{
    width: 200px;
}
.moblie_header .top&gt;.fr{
    width: 30px;
    height: 24px;
    position: relative;
    margin-top: 13px;
}
.moblie_header .top&gt;.fr span{
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 0.5rem;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}
.moblie_header .top&gt;.fr span:nth-child(1){
    transform-origin: left top;
    transform: rotateZ(0deg);
    transition: all 0.5s;
    top: 0;
    background-color: #11b181;
}
.moblie_header .top&gt;.fr span:nth-child(2){
    top: 10px;
    left: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #DDD;
}
.moblie_header .top&gt;.fr span:nth-child(3){
    top: 20px;
    transform-origin: left bottom;
    transform: rotateZ(0deg);
    transition: all 0.5s;
    background-color: #11b181;
}
.moblie_header .top&gt;.fr span:nth-child(1).active{
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.moblie_header .top&gt;.fr span:nth-child(2).active{
    opacity: 0;
}
.moblie_header .top&gt;.fr span:nth-child(3).active{
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.moblie_header .bottom{
    background: #FFF;
}
.moblie_header .bottom ul li a{
    display: block;
    line-height: 40px;
    text-align: center;
}
.moblie_header .bottom ul{
    background: #FFF;
    padding: 0 10px;
    display: none;
}
.moblie_header .bottom&gt;ul{
    height: 561px;
    overflow-y: auto;
}
.moblie_header .bottom ul li{
    position: relative;
}
.moblie_header .bottom ul li .navbtn{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.moblie_header .bottom ul li .navbtn .W{
    display: block;
    width: 15px;
    height: 1px;
    background: #11b181;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -7.5px;
}
.moblie_header .bottom ul li .navbtn .H{
    display: block;
    width: 1px;
    height: 15px;
    background: #11b181;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7.5px 0 0 0;
    transition: all .3s;
}
.moblie_header .bottom ul li .navbtn.active .H{
    transform: rotate(90deg);
}
.moblie_header .bottom ul li a{
    color: #333;
    display: block;
    width: 100%;
    line-height: 50px;
    position: relative;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #DDD;
}
.moblie_header .bottom ul li.active&gt;a,
.moblie_header .bottom ul li&gt;a:active{
    background-color: #11b181;
    color: #FFF;
}
.moblie_header .bottom ul li ul{
    display: none;
}
.moblie_header .bottom ul li ul li a{
    font-size: 14px;
}

/* moblie_footer */
.footer .section .moblie_footer{
    display: none;
    width: 100%;
}
.footer .section&gt;.moblie_footer ul li{
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #505050;
    position: relative;
    padding: 0 10px;
}
.footer .section&gt;.moblie_footer ul li:after{
    display: block;
    content: '&gt;';
    font-family: 'å®‹ä½“';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page_header&gt;.section{
    padding: 30px 0 0;
}
.page_header&gt;.section img{
    margin-top: -5px;
    margin-right: 5px;
}
.page_header&gt;.section a{
    vertical-align: middle;
    color: #888;
    font-size: 14px;
}





/* contact */.contact-wrapper .contact-main&gt;.fr {
	width:960px;
	background:#FFF;
}


.contact-wrapper .contact-main&gt;.fr h3 {
	font-size:18px !important;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
}
.contact-wrapper .contact-main&gt;.fr&gt;.fl ul li {
	line-height:40px;
}
.contact-wrapper .contact-main&gt;.fr&gt; .erweima li {
	padding:0 20px;
	text-align:center;
}
.contact-wrapper .contact-main&gt;.fr&gt; .erweima p {
	text-align:center;
}
#container {
	width:100%;
	height:400px;
	margin-top:30px;
}
.main-wrapper .main-txt h4 {
	font-size:24px;
	color:#333;
	text-align:center;
}
.main-wrapper .main-txt h4 span {
	display:block;
	font-size:12px;
	margin:10px 0 30px;
	color:#8b8b8b;
}
.main-wrapper .main-txt .txt p {
	color:#666;
	font-size:16px;
	line-height:25px;
	margin:10px 0;
	text-indent:0rem;
}
.main-wrapper .main-txt .txt ul li {
	padding-left:35px;
	line-height:30px;
}
.main-wrapper .main-txt .txt ul li:before {
	display:inline-block;
	vertical-align:middle;
	content:'';
	width:5px;
	height:5px;
	border-radius:50%;
	background:#333;
	margin-right:10px;
}


.main-wrapper .main-txt .txt img {	
max-width: 100%!important; height: auto!important;	
}


.main-wrapper .main-txt .case_main_paging {
	border-top:1px dashed #666;
	padding-top:30px;
}
.main-wrapper .main-txt .news-key {
	padding:20px 0;
	border-top:1px dashed #666;
}
.main-wrapper .main-txt .news-key p a {
	display:inline-block;
	color:#11b181;
}
.main-wrapper .main-txt .case_main_paging p {
	font-size:14px;
	margin:10px 0;
}
.main-wrapper .main-txt .case_main_paging p a {
	color:#666;
}

.main-wrapper .main-txt .case_main_paging&gt;a {
	display:block;
	width:220px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	background:#11b181;
	margin-top:9px;
}




    /* banner */
.banner{
    margin-top: 113px;
    position: relative;
}
.banner .swiper-slide a{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    transition: all 30s;
    position: relative;
}
.banner .swiper-slide a:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, .4);
    z-index: 99999999;
    transition: all .3s;
}
.banner .swiper-slide a:hover{
    transform: scale(2);
}
.banner .swiper-slide .txt{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999999999;
    width: 95%;
}
.banner .swiper-slide .txt h1{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
}
.banner .swiper-slide .txt p{
    margin-top: 20px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 2px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev{
    opacity: 0;
    transition: all .3s;
    box-shadow: 1px 3px 10px #DDD;
    background-color: #FFFFFF;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-size: 15px;
}
.banner:hover .swiper-button-next{
    right: 200px;
    opacity: 1;
}
.banner:hover .swiper-button-prev{
    left: 200px;
    opacity: 1;
}
.listNav{
    width: 1200px;
    position: absolute;
    bottom: -79px;
    left: 50%;
    margin-left: -600px;
    background: #FFF;
    border-radius: 2px;
    z-index: 99999;
    box-shadow: 1px 5px 15px #CCC;
}
.listNav ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
    padding: 20px;
}
.listNav ul li{
    flex: 1;
    padding: 0 20px;
    margin: 20px 0;
}
.listNav ul li:nth-of-type(2){
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.listNav ul li a{
    display: table;
}
.listNav ul li a img{
    display: table-cell;
    margin-right: 20px;
    border-radius: 2px;
    transition: all .3s;
}
.listNav ul li a .txt{
    display: table-cell;
    vertical-align: middle;
}
.listNav ul li a .txt h4{
    color: #4b4b4b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .3s .1s ease-in-out;
}
.listNav ul li a .txt p{
    color: #b8b8b8;
    font-size: 14px;
    transition: all .3s .2s ease-in-out;
}
.listNav ul span{
    position: absolute;
    left: 20px;bottom: 0;
    width: 100%;
    height: 4px;
    background: #11b181;
    opacity: .4;
}
.listNav ul li:hover a img{
    transform: scale(1.1);
}
.listNav ul li:hover a .txt h4,
.listNav ul li:hover a .txt p{
    transform: translateY(-20px);
}

/* content */
section{
    padding: 60px 0;
}
section&gt;.title{
    text-align: center;
    width: 95%;
    margin: 0 auto 60px;
}
section&gt;.title h2{
    color: #333;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 8px;
}
section&gt;.title span{
    display: block;
    color: #d2d2d2;
    font-size: 12px;
}
section&gt;.title p{
    line-height: 25px;
    max-width: 850px;
    margin: 15px auto 0;
    text-align: center;
}
section&gt;.title p a{
    color: #11b181;
}

/* programme */
.programme .main&gt;ul&gt;li{
    width: 590px;
    height: 490px;
}
.programme .main&gt;ul&gt;li.fl{
    position: relative;
}
.programme .main&gt;ul&gt;li.fl img{
    display: block;
    width: 100%;
    height: 100%;
}
.programme .main&gt;ul&gt;li.fl .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px;
    background: rgba(0, 0, 0, .3)
}
.programme .main&gt;ul&gt;li.fl .txt p{
    color: #FFF;
    font-size: 24px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.programme .main&gt;ul&gt;li.fl .txt a{
    color: #FFF;
}
.programme .main&gt;ul&gt;li.fr .top,
.programme .main&gt;ul&gt;li.fr .bottom{
    height: 235px;
}
.programme .main&gt;ul&gt;li.fr .top{
    margin-bottom: 20px;
}
.programme .main&gt;ul&gt;li.fr .top&gt;div{
    width: 285px;
    height: 100%;
}
.programme .main&gt;ul&gt;li.fr .top&gt;div a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.programme .main&gt;ul&gt;li.fr .top&gt;div a img{
    display: block;
    width: 100%;
    /*height: 100%;*/
    transition: all .3s;
}
.programme .main&gt;ul&gt;li.fr .top&gt;div a p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, .3);
    color: #FFF;
    font-size: 18px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.programme .main&gt;ul&gt;li.fr .top&gt;div a:hover img{
    transform: scale(1.1);
}
.programme .main&gt;ul&gt;li.fr .bottom{
    width: 590px;
    height: 235px;
    overflow: hidden;
    position: relative;
    background: #eaeaea;
    background: url("../images/main04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
/*.programme .main&gt;ul&gt;li.fr .bottom ul{*/
    /*width: 1770px;*/
    /*margin-left: -590px;*/
/*}*/
.programme .main&gt;ul&gt;li.fr .bottom ul li{
    width: 555px;
    padding: 20px 0 25px 35px;
}
.programme .main&gt;ul&gt;li.fr .bottom ul li h4{
    color: #FFF;
    font-size: 25px;
    margin-bottom: 15px;
}
.programme .main&gt;ul&gt;li.fr .bottom ul li p{
    background: url("../images/icon04.png") left center no-repeat;
    color: #fff;
    padding-left: 40px;
    line-height: 50px;
    height: 50px;
}
.programme .main&gt;ul&gt;li.fr .bottom .btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 125px;
    height: 60px;
}
.programme .main&gt;ul&gt;li.fr .bottom .btn span{
    width: 62px;
    height: 100%;
    background: #cecece;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.programme .main&gt;ul&gt;li.fr .bottom .btn span:before{
    font-family: 'å®‹ä½“';
    font-size: 50px;
    color: #FFF;
}
.programme .main&gt;ul&gt;li.fr .bottom .btn span[data-btn="prev"]:before{
    content: '&lt;';
    color: rgba(255, 255, 255, .5);
}
.programme .main&gt;ul&gt;li.fr .bottom .btn span[data-btn="next"]:before{
    content: '&gt;';
}
.programme .main&gt;ul&gt;li.fr .bottom .btn span:hover{
    background: #999;
}



/*Product*/
.product_banner{
    background: url("../images/service_banner1.png") no-repeat;
}



/* case */
.case{
    background: url("../images/bg01.jpg") no-repeat;
    background-size: 100% 450px;
}
.case_banner{
    background: url("../images/service_banner.jpg") no-repeat;
}

.case .main&gt;.fl{
    width: 750px;
}
.case .main&gt;.fl .box{
    position: relative;
    overflow: hidden;
}
.case .main&gt;.fl .box ul{
    width: 2250px;
    margin-left: -750px;
}
.case .main&gt;.fl .box ul li{
    width: 750px;
}
.case .main&gt;.fl .box ul li a img{
    max-height: 400px;
}
.case .main&gt;.fl .box ul li&gt;a,
.case .main&gt;.fl .box ul li a img{
    display: block;
    width: 100%;
}
.programme .main&gt;ul&gt;li.fl,
.case .main&gt;.fl .box ul li&gt;a{
    overflow: hidden;
}
.programme .main&gt;ul&gt;li.fl img,
.case .main&gt;.fl .box ul li a img{
    transition: all .3s;
}
.case .main&gt;.fl .box ul li a img{
    border-radius: 0px;
}
.programme .main&gt;ul&gt;li.fl:hover img,
.case .main&gt;.fl .box ul li a:hover img{
    transform: scale(1.1);
}
.case .main&gt;.fl .box .list{
    position: absolute;
    right: 20px;
    top: 370px;
}
.case .main&gt;.fl .box .list span{
    display: inline-block;
    border: 3px solid #FFF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.case .main&gt;.fl .box .list span.active{
    border-color: #11b181;
}
.case .main&gt;.fl .txt{
    padding: 24px;
    background: #11b181;
}
.case .main&gt;.fl .txt h4{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFF;
}
.case .main&gt;.fl .txt h4 a{
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}
.case .main&gt;.fl .txt p{
    margin-top: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, .6);
    text-indent: 2rem;
}
.case .main&gt;.fl .txt p a{
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}
.case .main&gt;.fl .txt p a:hover{
    color: #fff;
}
.case .main&gt;.fr{
    width: calc(100% - 750px);
    height: 552px;
    overflow: hidden;
}
.case .main&gt;.fr ul li{
    padding: 35px 30px;
    height: 114px;
    background: #FFF;
    position: relative;
}
.case .main&gt;.fr ul li:after{
    display: block;
    content: '';
    width: 80%;
    border-bottom: 1px solid #efefef;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.case .main&gt;.fr ul li:hover{
    background: #efefef;
}
.case .main&gt;.fr ul li h4{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case .main&gt;.fr ul li h4 a{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.case .main&gt;.fr ul li p{
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
    text-indent: 2rem;
    line-height: 25px;
}
.case .main&gt;.fr ul li&gt;a{
    font-size: 14px;
}
.case .main&gt;.fr ul li a:hover{
    text-decoration: underline;
}



/* about */
.about .main{
    display: table;
    width: 100%;
}
.about .main .list{
    display: table-cell;
    vertical-align: top;
    width: 33.33333%;
    padding: 4% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about .main .list:nth-child(1){
    background-image: url("../images/main06.jpg");
}
.about .main .list:nth-child(2){
    background-image: url("../images/main08.jpg");
}
.about .main .list:nth-child(3){
    background-image: url("../images/main07.jpg");
}
.about .main .list h3{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.about .main .list h5{
    font-size: 24px;
    text-align: center;
    margin: 15px 0 20px;
    color: #FFF;
}
.about .main .list ul li,
.about .main .list ul li a,
.about .main .list ul li span{
    color: #FFF;
}
.about .main .list ul li{
    text-align: center;
    line-height: 30px;
}
.about .main .list ul li:hover a{
    color: #11b181;
}
.about .main .list:nth-child(3) ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 380px;
    margin: 0 auto;
}
.about .main .list:nth-child(3) ul li{
    flex: 1;
    text-align: center;
}
.about .main .list:nth-child(3) ul li span{
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}
/* news */
.news_banner{
    background-image: url("../images/banner.jpg");
}
.news .main&gt;.fl ul li{
    width: 288px;
}
.news .main&gt;.fl ul li:first-child{
    margin-right: 20px;
}
.news .main&gt;.fl ul li a,
.news .main&gt;.fl ul li a img{
    display: block;
    width: 100%;
}
.news .main&gt;.fl ul li a{
    overflow: hidden;
}
.news .main&gt;.fl ul li a img{
    transition: all .3s;
}
.news .main&gt;.fl ul li a img:hover{
    transform: scale(1.1);
}
.news .main&gt;.fl ul li .txt{
    padding: 20px;
    background: #f7f7f7;
}
.news .main&gt;.fl ul li .txt h4{
    margin-bottom: 15px;
}
.news .main&gt;.fl ul li .txt h4 a{
    color: #1a1a1a;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .main&gt;.fl ul li .txt span{
    font-size: 12px;
}
.news .main&gt;.fl ul li .txt p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news .main&gt;.fl ul li .txt p a{
    color: #999;
    text-indent: 2rem;
}
.news .main&gt;.fr{
    margin-left: 20px;
    width: calc(100% - 626px);
}
.news .main&gt;.fr ul li{
    padding-bottom: 20px;
    overflow: hidden;
    height: 106px;
}
.news .main&gt;.fr ul li .clear{
    padding: 20px;
    background: #f7f7f7;
}
.news .main&gt;.fr ul li:hover .clear{
    background: #11b181;
}
.news .main&gt;.fr ul li:hover .time,
.news .main&gt;.fr ul li:hover .time span,
.news .main&gt;.fr ul li:hover .txt h4 a,
.news .main&gt;.fr ul li:hover .txt p a{
    color: #FFF;
}
.news .main&gt;.fr ul li .time{
    width: 110px;
    color: #999;
    font-size: 20px;
    text-align: right;
}
.news .main&gt;.fr ul li .time span{
    display: block;
    font-size: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.news .main&gt;.fr ul li .txt{
    width: calc(100% - 140px);
}
.news .main&gt;.fr ul li .txt h4{
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .main&gt;.fr ul li .txt h4 a{
    font-size: 18px;
    color: #333;
}
.news .main&gt;.fr ul li .txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 20px;
    text-indent: 2rem;
    overflow: hidden;
}

/* page_banner */
.page_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}
.page_banner .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_banner .txt h1{
    color: #11b181;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px;
}
.page_banner .txt p{
    color: #333;
    line-height: 25px;
}


/* about */
.about_banner{
    background-image: url("../images/about_banner.jpg");
}
.about_wrapper .main{
    text-align: center;
}
.about_wrapper .main ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    margin-top: 40px;
}
.about_wrapper .main ul li{
    flex: 1;
    font-size: 18px;
    padding: 20px 0;
    background: #f5f5f5;
    margin-right: 10px;
    color: #c0c0c0;
}
.about_wrapper .main ul li:last-child{
    margin-right: 0;
}
.about_wrapper .main ul li:hover{
    background: #11b181;
    color: #FFF;
}
.about_wrapper .main ul li:hover span{
    color: #FFF;
}
.about_wrapper .main ul li span{
    display: block;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #c0c0c0;
}
.culture-wrapper{
    height: 250px;
    background-image: url("../images/main01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.culture-wrapper .main .txt{
    width: 420px;
    padding: 62px 0 62px 60px;
    background: rgba(0, 0, 0, .5);
}
.culture-wrapper .main .txt h2{
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
}
.culture-wrapper .main .txt p{
    font-size: 30px;
    color: #FFF;
    line-height: 35px;
}
.organization .main&gt;.fl{
    width: 600px;
    height: 460px;
    background-image: url("../images/main02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.organization .main&gt;.fl h4{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.organization .main&gt;.fl p{
    line-height: 25px;
    color: #FFF;
}
.organization .main&gt;.fl&gt;a{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
}
.organization .main&gt;.fr{
    width: 600px;
    height: 460px;
}
.organization .main&gt;.fr img{
    width: 300px;
    height: 230px;
    border-radius: 0;
}
.organization .main&gt;.fr .txt{
    display: table-cell;
    vertical-align: middle;
    width: 325px;
    height: 229px;
    background: #f5f5f5;
    transition: all .3s;
}
.organization .main&gt;.fr .txt:hover{
    background: #11b181;
}
.organization .main&gt;.fr .txt:hover h4,
.organization .main&gt;.fr .txt:hover p{
    color: #fff;
}
.organization .main&gt;.fr .txt h4{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    transition: all .3s;
}
.organization .main&gt;.fr .txt p{
    transition: all .3s;
}
.honor{
    height: 300px;
    background-image: url("../images/main05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.honor_banner{
    background-image: url("../images/honor_banner.jpg");
}
.honor .main{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 994px;
    overflow: hidden;
}
.honor .main ul li{
    display: none;
}
.honor .main ul li img{
    margin-right: 30px;
    max-width: 350px;
}
.honor .main ul li .txt{
    display: table-cell;
    vertical-align: middle;
    height: 188px;
}
.honor .main ul li .txt p{
    line-height: 30px;
    color: #FFF;
    text-indent: 0 !important;
    margin-left: 0 !important;
}
.honor .main ul li .txt p span{
    text-indent: 0 !important;
    margin-left: 0 !important;
}
.honor .main ul li .txt p span{
    color: #fff;
}
.honor_wrapper .main&gt;ul li{
    margin-bottom: 30px;
    width: 30%;
    margin-right: 5%;
}
.honor_wrapper .main&gt;ul li:nth-of-type(3n){
    margin-right: 0;
}
.honor_wrapper .main&gt;ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.honor_wrapper .main&gt;ul li a .img{
    overflow: hidden;
    border: 1px solid #DDD;
}
.honor_wrapper .main&gt;ul li a .img img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.honor_wrapper .main&gt;ul li a .txt{
    color: #333;
    padding: 10px 0;
    text-align: center;
}
.honor_wrapper .main&gt;ul li a .txt h4{
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.honor_wrapper .main&gt;ul li:hover a .img img{
    transform: scale(1.1);
}

    /* service */
.service_banner{
    background-image: url("../images/service_banner02.jpg");
}
.service .main ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
}
.service .main ul li{
    flex: 0 0 249px;
    height: 345px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all .3s;
    text-align: left;
    margin: 0 auto;
}
.customer .section img{
    display: block;
    transition: all .3s;
}

.customer .section img:hover,
.service .main ul li:hover{
    transform: translateY(-15px);
    box-shadow: 1px 3px 10px #CCC;
}
.service .main ul li h5{
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
    transition: all .3s .15s;
}
.service .main ul li p{
    line-height: 25px;
    color: #FFF;
    transition: all .3s .3s;
}
.service .main ul li:hover h5,
.service .main ul li:hover p{
    transform: translateY(-10px);
}
.service .main ul li:nth-of-type(1){
    background-image: url("../images/list01.jpg");
}
.service .main ul li:nth-of-type(2){
    background-image: url("../images/list02.jpg");
}
.service .main ul li:nth-of-type(3){
    background-image: url("../images/list03.jpg");
}
.service .main ul li:nth-of-type(4){
    background-image: url("../images/list04.jpg");
}
.contact{
    background-image: url("../images/fuwu5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0;
}
.contact h3{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.contact&gt;p{
    text-align: center;
}
.contact&gt;p span{
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
}
article{
    position: relative;
}
article&gt;.bg{
    display: block;
    width: 100%;
    height: 830px;
    background-image: url("../images/main01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
article .contact_wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
}
article .contact_wrapper .title h1{
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 15px;
}
article .contact_wrapper .title p{
    font-size: 18px;
    color: #FFF;
}
article .contact_wrapper .main{
    margin-top: 40px;
}
article .contact_wrapper .main&gt;.fl{
    width: 500px;
}
article .contact_wrapper .main&gt;.fl&gt;div&gt;img{
    display: block;
    width: 250px;
    border-radius: 0;
}
article .contact_wrapper .main&gt;.fl .txt{
    background: #33a671;
    width: 250px;
    padding: 61.5px 0;
    text-align: center;
}
article .contact_wrapper .main&gt;.fl .txt h4{
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
    color: #FFF;
}
article .contact_wrapper .main&gt;.fl .txt p{
    color: rgba(255, 255, 255, .8);
}
article .contact_wrapper .main&gt;.fr{
    width: 100%;
    max-width: 700px;
}
#container{
    width: 100%;
    height: 500px;
}

/* news.html */
.news_banner{
    background: url("../images/news_banner.jpg") no-repeat;
}
.page_header_top{
    margin-top: -33.5px;
}
.page_header_top .main ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.page_header_top .main ul li{
    flex: 1;
    text-align: center;
    background: #FFF;
    border: 1px solid #DDD;
    border-right: 0;
}
.page_header_top .main ul li:last-child{
    border-right: 1px solid #DDD;
}
.page_header_top .main ul li a{
    display: block;
    font-size: 15px;
    line-height: 45px;
}
.page_header_top .main ul li.active a,
.page_header_top .main ul li:hover a{
    background: #11b181;
    color: #FFF;
}
.news_wrapper .btn{
    display: block;
    position: absolute;
    bottom: 245px;
    transform: translate(-50%);
}
.news_wrapper .main{
    overflow: hidden;
}
.news_wrapper .main ul li{
    width: 385px;
    padding-right: 20px;
}
.news_wrapper .main ul li:last-child{
    margin-right: 0;
}
.news_wrapper .main ul li a{
    display: block;
}
.news_wrapper .main ul li a .img{
    position: relative;
    width: 100%;
    max-width: 385px;
    overflow: hidden;
}
.news_wrapper .main ul li a .img img{
    display: block;
    width: 100%;
    transition: all .3s;
    max-height: 250px;
}
.news_wrapper .main ul li a:hover .img img{
    transform: scale(1.1);
}
.news_wrapper .main ul li a .time{
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 30px;
    background: #11b181;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    z-index: 9;
}
.news_wrapper .main ul li a .time span{
    display: block;
    font-size: 35px;
    color: #FFF;
    margin-bottom: 5px;
    font-weight: 300;
}
.news_wrapper .main ul li a .txt{
    margin-top: 15px;
}
.news_wrapper .main ul li a .txt h4{
    color: #333;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_wrapper .main ul li a .txt p{
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}
.consultation{
    border-top: 1px solid #DDD;
}
.consultation&gt;a{
    display: block;
    width: 90%;
    max-width: 470px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background: #11b181;
    margin: 30px auto 0;
}
.consultation .main&gt;a:hover{
    background: #16965d;
}
.consultation .main{
    overflow-x: scroll;
}
.consultation .main::-webkit-scrollbar{
    display: none;
}
.consultation .main ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
}
.consultation .main ul li{
    flex: 1;
    width:240px;
    border-left: 1px dashed #DDD;
    padding: 10px 30px;
}
.consultation .main ul li:last-child{
    border-right: 1px dashed #DDD;
}
.consultation .main ul li h4{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.consultation .main ul li h4 a{
    color: #333;
}
.consultation .main ul li h4 a:hover{
    color: #11b181;
}
.consultation .main ul li span{
    display: block;
    color: #c70025;
    font-size: 12px;
    margin: 15px 0;
}
.consultation .main ul li p{
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.dynamic{
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dynamic .title h2,
.dynamic .title p{
    color: #FFF;
}
.dynamic .main{
    overflow: hidden;
}
.dynamic .main ul li{
    padding-right: 20px;
}
.dynamic .main ul li a{
    display: block;
    width: 385px;
}
.dynamic .main ul li a .img{
    overflow: hidden;
}
.dynamic .main ul li a .img img{
    display: block;
    width: 100%;
    border-radius: 0;
    transition: all .3s;
    height: 289px;
}
.dynamic .main ul li a:hover .img img{
    transform: scale(1.1);
}
.dynamic .main ul li a .txt{
    padding: 40px;
    background: #FFF;
}
.dynamic .main ul li a .txt h4{
    color: #333;
    margin-bottom: 30px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dynamic .main ul li a .txt h4:hover{
    color: #11b181;
}
.dynamic .main ul li a .txt span{
    font-size: 12px;
    color: #888;
}
.industry{
    padding: 60px 0;
}
.industry .main h2{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.industry .main h2:before{
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    background: #11b181;
    margin-bottom: 10px;
}
.industry .main ul li{
    width: 49%;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    transition: all .3s;
}
.industry .main ul li:hover{
    transform: translateY(-5px);
    box-shadow:  1px 3px 10px #eee;
}
.industry .main ul li:nth-of-type(odd){
    float: left;
}
.industry .main ul li:nth-of-type(even){
    float: right;
}
.industry .main ul li .time{
    width: 100px;
    font-weight: 300;
    text-align: center;
    background: #e3e3e3;
    padding: 22px 0;
}
.industry .main ul li .time span{
    display: block;
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 300;
}
.industry .main ul li .txt{
    width: calc(100% - 160px);
    padding: 15px;
}
.industry .main ul li .txt h4{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industry .main ul li .txt h4 a{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.industry .main ul li .txt h4 a:hover{
    color: #11b181;
}
.industry .main ul li .txt p{
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px;
}

/* programme.html */
.child{
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.child&gt;.title h2,
.child&gt;.title p{
    color: #FFF;
}
.child .main{
    overflow-y: scroll;
}
.child .main::-webkit-scrollbar{
    display: none;
}
.child .main .box{
    width: 1200px;
}
.child .main .box .child_list{
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 385px;
    overflow: hidden;
}
.child .main .box .child_list:nth-of-type(2){
    margin: 0 15px;
}
.child .main .box .child_list .txt{
    padding: 45px;
    text-align: center;
    background: #FFF;
}
.child .main .box .child_list .txt h4{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.child .main .box .child_list .txt p{
    font-size: 14px;
    line-height: 20px;
}
.child .main .box .child_list img{
    display: block;
    width: 100%;
    border-radius: 0;
}
.child .main .box .child_list .oUl{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 169, 104, .85);
    text-align: center;
    transform: translateY(-100%);
    transition: all .6s;
    opacity: 0;
}
.child .main .box .child_list:hover .oUl{
    transform: translateY(0);
    opacity: 1;
}
.child .main .box .child_list .oUl ul{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.child .main .box .child_list .oUl ul li{
    border: 1px solid #DDD;
    margin-bottom: 10px;
    width: 165px;
    margin: 0 auto 10px;
}
.child .main .box .child_list ul li:last-child{
    margin-bottom: 0;
}
.child .main .box .child_list ul li a{
    display: block;
    text-align: center;
    line-height: 38px;
    color: #FFF;
}
.child .main .box .child_list ul li a:hover{
    background: #11b181;
}
.recommend .main ul li{
    padding-right: 20px;
}
.recommend .main ul li a{
    display: block;
    width: 385px;
}
.recommend .main ul li a .img{
    overflow: hidden;
}
.recommend .main ul li a .img img{
    display: block;
    width: 100%;
    border-radius: 0;
    transition: all .3s;
    height: 205px;
}
.recommend .main ul li a:hover .img img{
    transform: scale(1.1);
}
.recommend .main ul li a .txt{
    padding: 20px 0;
    background: #FFF;
}
.recommend .main ul li a .txt h4{
    color: #333;
    margin-bottom: 30px;
    line-height: 20px;
}
.recommend .main ul li a .txt h4:hover{
    color: #11b181;
}
.recommend .main ul li a .txt span{
    font-size: 14px;
    color: #888;
}
.recommend .main ul li a .txt span:after{
    content: '&gt;';
    font-weight: 300;
    font-family: 'å®‹ä½“';
    margin-left: 5px;
    color: #888;
}
.recommend .main ul li a .txt span:hover,
.recommend .main ul li a .txt span:hover:after{
    color: #11b181;
}






/* news_main.html */
.news_main .main{
    position: relative;
}
.news_main .main&gt;.fl{
    width: 100%;
}
.news_main .main&gt;.fl h4{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
}
.news_main .main&gt;.fl&gt;p{
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 30px;
    text-align: center;
}
.news_main .main&gt;.fl&gt;p span{
    display: inline-block;
    margin-right: 15px;
}
.news_main .main&gt;.fl .txt p{
    line-height: 39px;
    font-size: 16px;
    text-indent: 0rem;
    letter-spacing: 1px;
}
.news_main .main&gt;.fl .txt img{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    height: initial;
}
.news_main .main&gt;.fr{
    width: 28%;

}
.news_main .main&gt;.fr .btn{
    padding: 15px;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}
.news_main .main&gt;.fr .btn h5 a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.news_main .main&gt;.fr .btn h5 a:hover{
    color: #11b181;
}
.news_main .main&gt;.fr .btn p a{
    font-size: 14px;
    line-height: 20px;
}
.news_main .main&gt;.fr .btn p a:hover{
    text-decoration: underline;
}
.news_main .main&gt;.fr .btn p{
    margin: 10px auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_main .main&gt;.fr .btn time{
    font-size: 12px;
}
















.share{
    padding: 15px;
    border: 1px solid #DDD;
}
.share ul{
    font-size: 0;
}
.share ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px;
}
.share ul li:last-of-type{
    margin-right: 0;
}
.share ul li a{
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.share ul li:hover a{
    border-color: #11b181;
}
.share ul li:nth-of-type(2) a{
    background-image: url("../images/icon08.png");
}
.share ul li:nth-of-type(2):hover a{
    background-image: url("../images/icon08_hover.png");
}
.share ul li:nth-of-type(3) a{
    background-image: url("../images/icon05.png");
}
.share ul li:nth-of-type(3):hover a{
    background-image: url("../images/icon05_hover.png");
}
.share ul li:nth-of-type(4) a{
    background-image: url("../images/icon07.png");
}
.share ul li:nth-of-type(4):hover a{
    background-image: url("../images/icon07_hover.png");
}
.share ul li:nth-of-type(5) a{
    background-image: url("../images/icon06.png");
}
.share ul li:nth-of-type(5):hover a{
    background-image: url("../images/icon06_hover.png");
}




/* news_list.html */
.news_list-wrapper .top{
    margin-bottom: 60px;
}
.news_list-wrapper .top ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.news_list-wrapper .top ul li{
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #DDD;
}
.news_list-wrapper .top ul li .img{
    overflow: hidden;
}
.news_list-wrapper .top ul li .img a img{
    display: block;
    transition: all .3s;
}
.news_list-wrapper .top ul li .img:hover img{
    transform: scale(1.1);
}
.news_list-wrapper .top ul li .txt{
    padding: 20px;
}
.news_list-wrapper .top ul li .txt h4{
    margin-bottom: 15px;
}
.news_list-wrapper .top ul li .txt h4 a{
    font-size: 18px;
    color: #333;
    line-height: 25px;
}
.news_list-wrapper .top ul li .txt h4 a:hover{
    color: #11b181;
}
.news_list-wrapper .top ul li .txt time{
    font-size: 12px;
}
.news_list-wrapper .top ul li:nth-of-type(2){
    margin: 0 25px;
}
.news_list-wrapper .top ul li .img a,
.news_list-wrapper .top ul li .img a img{
    display: block;
    width: 100%;
    border-radius: 0;
}
.news_list-wrapper .top .search{
    background: #ededed;
    padding: 30px;
    margin-top: 30px;
}
.news_list-wrapper .top .search .fl h4,
.news_list-wrapper .top .search .fl select{
    display: inline-block;
    vertical-align: middle;
    font-family: 'å¾®è½¯é›…é»‘';
}
.news_list-wrapper .top .search .fl h4{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-top: -4px;
}
.news_list-wrapper .top .search .fl select,
.news_list-wrapper .top .search input[type="text"]{
    background-color: #FFF;
    width: 245px;
    height: 45px;
    border: none;
    text-indent: 1rem;
    color: #888;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    -webkit-user-modify:read-write-plaintext-only;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.news_list-wrapper .top .search .fl select{
    margin-left: 10px;
    background-image: url("../images/select.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    width: 195px;
    padding-right: 50px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline: none;
}
.news_list-wrapper .top .search .fl select::-ms-expand { display: none; }
.news_list-wrapper .top .search input[type="submit"]{
    width: 128px;
    height: 45px;
    background: #e6002f;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    -webkit-user-modify:read-write-plaintext-only;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.news_list-wrapper .main&gt;ul&gt;li{
    margin-bottom: 20px;
}
.news_list-wrapper .main&gt;ul&gt;li:hover{
    background: #f5f5f5;
}
.news_list-wrapper .main&gt;ul&gt;li .img a{
    display: block;
    width: 280px;
    height: 210px;
    overflow: hidden;
}
.news_list-wrapper .main&gt;ul&gt;li .img{
    width: 280px;
    height: 210px;
    border: 1px solid #DDD;
    background: #fff;
}
.news_list-wrapper .main&gt;ul&gt;li .img a img{
    display: block;
    height: 100%;
    margin: 0 auto;
    transition: all .3s;
}
.news_list-wrapper .main&gt;ul&gt;li .img a:hover img{
    transform: scale(1.1);
}
.news_list-wrapper .main&gt;ul&gt;li .txt{
    width: calc(100% - 330px);
    padding: 10px;
    height: 190px;
}
.news_list-wrapper .main&gt;ul&gt;li .txt h4 a{
    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.news_list-wrapper .main&gt;ul&gt;li .txt h4 a:hover{
    color: #11b181;
}
.news_list-wrapper .main&gt;ul&gt;li .txt time{
    display: block;
    font-size: 12px;
    color: #CCC;
    line-height: 30px;
    background: url("../images/icon01.png") left center no-repeat;
    padding-left: 20px;
    background-size: 15px;
    margin-left: 0rem;
}
.news_list-wrapper .main&gt;ul&gt;li .txt time span{
    background: url("../images/icon02.png") left center no-repeat;
    padding-left: 20px;
    background-size: 15px;
    margin-left: 15px;
    color: #CCC;
}
.news_list-wrapper .main&gt;ul&gt;li .txt p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    text-indent: 2rem;
}
.news_list-wrapper .main&gt;ul&gt;li .txt&gt;a{
    display: block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #DDD;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.news_list-wrapper .main&gt;ul&gt;li .txt&gt;a:hover{
    color: #11b181;
    border-color: #11b181;
}
.paging ul li{
    margin: 5px 15px 5px 0;
}
.paging ul li a{
    border: 1px solid #DDD;
    display: block;
    line-height: 40px;
    padding: 0px 30px;
}
.paging ul li a:hover{
    border-color: #11b181;
    color: #11b181;
}

/* information.html */
.information-wrapper .main form{
    text-align: center;
}
.information-wrapper .main form&gt;input{
    width: 95px;
    height: 35px;
    margin: 30px 10px;
    color: #FFF;
}
.information-wrapper .main form&gt;input[type="submit"]{
    background: #11b181;
}
.information-wrapper .main form&gt;input[type="reset"]{
    background: #909090;
}
.information-wrapper .main form .modular{
    padding-bottom: 20px;
    text-align: left;
}
.information-wrapper .main form .modular h5{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 10px;
}
.information-wrapper .main form .modular h5:after{
    display: block;
    content: '';
    position: absolute;
    left: 85px;
    top: 50%;
    width: calc(100% - 85px);
    height: 1px;
    background: #DDD;
}
.information-wrapper .main form .modular ul li h6{
    margin-left: 80px;
    font-size: 16px;
    color: #666;
    margin: 25px 0 15px 85px;
    font-weight: bold;
    position: relative;
}
.information-wrapper .main form .modular ul li h6:after{
    display: block;
    content: '';
    position: absolute;
    left: 75px;
    top: 50%;
    width: calc(100% - 75px);
    height: 1px;
    background: #DDD;
}
.information-wrapper .main form .modular .btnbox{
    text-align: right;
    margin-top: 20px;
}
.information-wrapper .main form .modular .btnbox a{
    display: inline-block;
    background: none;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #adadad;
    color: #666;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.information-wrapper .main form .modular ul li .box{
    font-size: 0;
}
.information-wrapper .main form .modular ul li .box label{
    display: inline-block;
    width: calc(50% - 80px);
    margin: 10px 0;
    padding: 0 0 0 80px;
    font-size: 0;
}
.information-wrapper .main form .modular ul li .box label span{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
}
.information-wrapper .main form .modular ul li .box label span.must:before{
    content: '*';
    position: absolute;
    left: 0;
    line-height: 45px;
    color: #ff0000;
}
.information-wrapper .main form .modular:nth-of-type(1) ul li .box label:nth-last-of-type(1) span{
    width: 160px;
}
.information-wrapper .main form .modular:nth-of-type(1) ul li .box label:nth-last-of-type(1) input{
    width: calc(100% - 190px);
}
.information-wrapper .main form .modular ul li .box label textarea,
.information-wrapper .main form .modular ul li .box label select,
.information-wrapper .main form .modular ul li .box label input{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #DDD;
    border-radius: 4px;
    width: calc(100% - 110px);
    height: 40px;
    text-indent: 10px;
    font-size: 16px;
    font-family: 'å¾®è½¯é›…é»‘';
    color: #666;
}
.information-wrapper .main form .modular ul li .box label select{
    height: 42px;
}
.information-wrapper .main form .modular ul li .box label textarea{
    resize: none;
    height: 80px;
    padding: 10px 10px 10px 0;
    width: calc(100% - 120px);
}
.information-wrapper .main form .modular:nth-last-of-type(1) ul li label:nth-last-of-type(1){
    width: calc(100% - 80px);
}
.information-wrapper .main&gt;.txt{
    margin-top: 30px;
}
.information-wrapper .main&gt;.txt p{
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0;
}

/* recruit.html */
.recruit{
    margin-top: -100px;
    padding: 0;
}
.recruit_banner{
    background-image: url("../images/banner.jpg");
}
.recruit .main .top&gt;img{
    display: block;
    width: 100%;
    max-width: 600px;
    border-radius: 0;
}
.recruit .main .top .txt{
    display: table-cell;
    vertical-align: middle;
    width: 600px;
    height: 200px;
    background: linear-gradient(to top right, #11b181, #19edf0);
    text-align: center;
}
.recruit .main .top .txt h2{
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    margin: 10px 0;
}
.recruit .main .top .txt p{
    line-height: 25px;
    color: #FFF;
}
.recruit_wrapper{
    margin-top: 30px;
}
.recruit_wrapper .recruit_header{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    padding: 0 60px;
    background: #78777c;
}
.recruit_wrapper .recruit_header span{
    flex: 1;
    line-height: 55px;
    color: #FFF;
}
.recruit_wrapper ul li .main_header{
    padding: 0 60px;
    background: #FFF;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
}
.recruit_wrapper ul li .main_header .btn{
    position: absolute;
    right: 60px;
    width: 15px;
    height: 55px;
    top: 0;
}
.recruit_wrapper ul li .main_header .btn .before,
.recruit_wrapper ul li .main_header .btn .after{
    display: block;
    position: absolute;
    top: 50%;
    background: #78777c;
    z-index: 9;
}
.recruit_wrapper ul li .main_header .btn .before{
    position: absolute;
    width: 1px;
    height: 15px;
    margin-top: -7px;
    right: 7px;
    transition: all .3s;
}
.recruit_wrapper ul li.active .main_header .btn .before{
    transform: rotate(90deg);
}
.recruit_wrapper ul li .main_header .btn .after{
    display: block;
    right: 0;
    width: 15px;
    height: 1px;
}
.recruit_wrapper ul li .main_header span{
    flex: 1;
    padding: 20px 0;
    line-height: 25px;
    font-size: 14px;
}
.recruit_wrapper ul li .main{
    padding: 0 60px 30px;
    background: #fafafa;
    display: none;
}
.recruit_wrapper ul li .main .txt{
    padding: 30px 0 0;
}
.recruit_wrapper ul li .main .txt h6{
    color: #333;
    margin-bottom: 15px;
}
.recruit_wrapper ul li .main .txt p{
    font-size: 14px;
    line-height: 30px;
}
.recruit_wrapper ul li .main&gt;a{
    display: block;
    width: 150px;
    line-height: 40px;
    border: 1px solid #CCC;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}
.recruit_wrapper ul li .main&gt;a:hover{
    border-color: #11b181;
    color: #11b181;
}
.belief .main img{
    display: block;
    border-radius: 0;
}

/* style.html */
.style .main .paging{
    margin-top: 30px;
}
.style .main&gt;ul&gt;li{
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all .3s;
}
.style .main&gt;ul&gt;li:hover{
    transform: translateY(-20px);
    box-shadow: 1px 3px 10px #DDD;
}
.style .main&gt;ul&gt;li:nth-of-type(3n){
    margin-right: 0;
}
.style .main&gt;ul&gt;li&gt;a{
    display: block;
    width: 385px;
}
.style .main&gt;ul&gt;li&gt;a .img{
    overflow: hidden;
}
.style .main&gt;ul&gt;li&gt;a .img img{
    display: block;
    width: 100%;
    border-radius: 0;
    transition: all .3s;
    height: 255px;
}
.style .main&gt;ul&gt;li&gt;a:hover .img img{
    transform: scale(1.1);
}
.style .main&gt;ul&gt;li&gt;a .txt{
    background: #f1f1f1;
    transition: all .3s;
    padding: 20px;
}
.style .main&gt;ul&gt;li&gt;a .txt h4{
    color: #333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.style .main&gt;ul&gt;li&gt;a .txt p{
    line-height: 20px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}
.style .main&gt;ul&gt;li:hover&gt;a .txt{
    background: #11b181;
}
.style .main&gt;ul&gt;li:hover&gt;a .txt h4,
.style .main&gt;ul&gt;li:hover&gt;a .txt p{
    color: #FFF;
}
.mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999999;
    transition: all .3s;
    transform: scale(0);
}
.mask .btn{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
    background: #FFF;
    color: #11b181;
    text-align: center;
    line-height: 50px;
    font-family: 'å®‹ä½“';
    font-size: 20px;
    color: #CCC;
    border-radius: 50%;
    transition: all .3s;
    z-index: 999999999999;
}
.mask:hover .btn[data-btn="prev"]{
    left: 100px;
    opacity: 1;
}
.mask:hover .btn[data-btn="next"]{
    opacity: 1;
    right: 100px;
}
.mask .btn[data-btn="prev"]{
    opacity: 0;
    left: 0;
}
.mask .btn[data-btn="next"]{
    opacity: 0;
    right: 0;
}
.mask .img img{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    max-width: 95%;
    max-height: 95%;
}

/* about_main.html */
.about_main_wrapper p{
    line-height: 35px;
    text-indent: 0rem;
}
.about_main_wrapper img{
    margin-bottom: 20px;
    display: block;
    width: 100%;
    max-width: 1200px;
}

/* history.html */
.timeAxis{
    position: relative;
}
.timeAxis:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: #DDD;
}
.timeAxis .box{
    position: relative;
}
.timeAxis .box{
    padding: 0;
    overflow: hidden;
    height: 60px;
    position: relative;
}
.timeAxis .box ul{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -72.5px;
    z-index: 4;
}
.timeAxis .box ul li{
    padding-bottom: 60px;
    width: 145px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.timeAxis .box ul li span{
    font-size: 16px;
    transition: all .3s;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 3;
}
.timeAxis .box ul li.active span{
    font-size: 16px;
    color: #11b181;
    transform: translate(-50%, 10px);
}
.timeAxis .box ul li i{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #DDD;
    margin-left: -10px;
}
.timeAxis .box ul li.active i{
    background: #11b181;
}
.history_wrapper .main{
    position: relative;
    width: 95%;
    max-width: 800px;
    margin: -10px auto 0;
    padding-top: 60px;
    overflow: hidden;
}
.history_wrapper .main:after{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #DDD;
}
.history_wrapper .main ul{
    display: none;
}
.history_wrapper .main ul li{
    position: relative;
    margin-bottom: 30px;
}
.history_wrapper .main ul li:before{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #DDD;
    z-index: 1;
}
.history_wrapper .main ul li p{
    text-indent: 0 !important;
}
.history_wrapper .main ul li:nth-of-type(odd) img{
    float: left;
}
.history_wrapper .main ul li:nth-of-type(odd) p{
    float: right;
}
.history_wrapper .main ul li:nth-of-type(even) img{
    float: right;
}
.history_wrapper .main ul li:nth-of-type(even) p{
    float: left;
}
.history_wrapper .main ul li img{
    display: block;
    max-width: 350px;
}
.history_wrapper .main ul li p{
    width: 350px;
    line-height: 30px;
}
.history_wrapper .main ul li p span{
    color: #666 !important;
}

/* message.html */

.message_wrapper .main form ul li{
    margin-bottom: 20px;
}
.message_wrapper .main form ul li&gt;div{
    position: relative;
}
.message_wrapper .main form ul li i{
    position: absolute;
    left: 10px;top: 50%;
    margin-top: -10px;
}
.message_wrapper .main form ul li&gt;div.fl,
.message_wrapper .main form ul li&gt;div.fr{
    width: 49%;
}
.message_wrapper .main form ul li input{
    width: 100%;
    height: 55px;
    text-indent: 1rem;
    border: 1px solid #dadada;
    text-indent: 2.5rem;
    border-radius: 5px;
}
.message_wrapper .main form ul li textarea{
    width: 100%;
    resize: none;
    height: 200px;
    border: 1px solid #dadada;
    text-indent: 2.5rem;
    padding-top: 10px;
    border-radius: 5px;
}
.message_wrapper .main form ul li .yzm .layout{
    vertical-align: middle;
}
.message_wrapper .main form ul li .yzm i{
    top: 0;left: 0;
    margin-top: 0;
}
.message_wrapper .main form ul li .yzm i img{
    width: 100px;
    height: 57px;
}
.message_wrapper .main form ul li .yzm input{
    width: 400px;
    margin-left: 120px;
}
.message_wrapper .main form ul li .yzm .submit{
    width: 300px;
    height: 57px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #FFF;
    letter-spacing: 10px;
    font-size: 20px;
    margin: 0 0 0 10px;
    text-indent: 0;
    cursor: pointer;
}

/* tel.html */
.tel_banner{
    background-image: url("../images/tel_banner.jpg");
}

.tel_content ul img{
max-width: 100%!important; height: auto!important;
}	

.tel_content ul:after{
    display: block;
    content: '';
    clear: bottom;
    width: 0;
    height: 0;
    line-height: 0;
}

.tel_content ul li{
    border-bottom: 1px dashed #DDD;
    padding: 30px;
    width: calc(50% - 82px);
    height: 165px;
    transition: all .3s;
}
.tel_content ul li:nth-last-of-type(1),
.tel_content ul li:nth-last-of-type(2){
    border-bottom: none;
}
.tel_content ul li:hover{
    background: #11b181;
}
.tel_content ul li:hover p,
.tel_content ul li:hover h3{
    color: #fff;
}
.tel_content ul li:nth-of-type(odd){
    float: left;
}
.tel_content ul li:nth-of-type(even){
    float: right;
}
.tel_content ul li h3{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all .3s;
}
.tel_content ul li p{
    line-height: 30px;
    transition: all .3s;
}

/* structure */
.structure_wrapper .structure_main img{
    display: block;
    width: 95%;
    max-width: 975px;
    margin: 0 auto;
}

/* map.html */
.map_wrapper .main{
    margin-bottom: 30px;
}
.map_wrapper .main h3{
    font-size: 22px;
    font-weight: bold;
    color: #11b181;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
}
.map_wrapper .main ul li{
    margin: 10px 0;
    border-bottom: 1px solid #DDD;
    line-height: 30px;
}
.map_wrapper .main ul li a:nth-of-type(1){
    display: inline-block;
    font-size: 18px;
    color: #666;
    padding: 5px 10px;
    font-weight: bold;
    width: 146px;
}
.map_wrapper .main ul li a{
     display: inline-block;
     margin-right: 5px;
}
.map_wrapper .main ul li a:hover{
     color: #11b181;
 }
@media screen and (min-width: 1200px){
    .honor .btn[data-btn="prev"]{
        left: 0px;
    }
    .honor .btn[data-btn="next"]{
        right: 0px;
    }
    .honor:hover .btn[data-btn="prev"]{
        opacity: 1;
        left: 10%;
    }
    .honor:hover .btn[data-btn="next"]{
        opacity: 1;
        right: 10%;
    }
    .index_article{
        padding-top: 1px;
    }
}
@media screen and (max-width: 1024px) {
    .news_list-wrapper .top .search .fl select{
        width: 180px;
    }
    .pc_header{
        display: none;
    }
    .moblie_header{
        display: block;
    }
    .banner{
        margin-top: 60px;
    }
    .listNav{
        width: 80%;
        margin-left: -400px;
    }
    .listNav ul{
        display: none;
        padding: 20px;
    }
    .programme .main&gt;ul&gt;li{
        height: initial;
    }
    .programme .main&gt;ul&gt;li.fl,
    .programme .main&gt;ul&gt;li.fr{
        float: initial;
        max-width: 590px;
        width: 90%;
        margin: 0 auto;
    }
    .programme .main&gt;ul&gt;li.fr{
        margin-top: 20px;
    }
    .case .main&gt;.fl,
    .case .main&gt;.fr{
        float: initial;
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }
    .news .main&gt;.fl,
    .news .main&gt;.fr{
        float: initial;
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }
    .news .main&gt;.fr{
        margin-top: 20px;
    }
    .footer .section&gt;.fl,
    .footer .section&gt;.fr{
        float: initial;
        margin: 0 auto;
        text-align: center;
    }
    .footer&gt;.section&gt;.fr{
        padding: 30px 0;
    }
    .footer .section&gt;.fr&gt;p b{
        display: block;
        margin-top: 10px;
    }
    .listNav ul span{
        display: none;
    }
    .listNav ul li:nth-of-type(2){
        margin: 0 20px;
    }
    .organization .main&gt;.fl,
    .organization .main&gt;.fr{
        float: initial;
        margin: 0 auto;
    }
    .honor .btn{
        top: 25%;
    }
    .honor .btn[data-btn="prev"]{
        opacity: 1;
        left: 30px;
    }
    .honor .btn[data-btn="next"]{
        opacity: 1;
        right: 30px;
    }
    .honor:hover .btn[data-btn="prev"]{
        opacity: 1;
        left: 30px;
    }
    .honor:hover .btn[data-btn="next"]{
        opacity: 1;
        right: 30px;
    }
    .service .main ul li{
        margin-bottom: 10px;
    }
    article .contact_wrapper .main&gt;.fl,
    article .contact_wrapper .main&gt;.fr{
        float: initial;
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
    }
    .industry .main ul li:nth-of-type(odd),
    .industry .main ul li:nth-of-type(even){
        float: initial;
        width: 100%;
    }
    .news_main .main&gt;.fl h1{
        font-size: 20px;
        line-height: 25px;
    }
    .belief .main img.fl,
    .belief .main img.fr{
        float: initial;
        margin: 0 auto;
    }
    .style .main&gt;ul&gt;li&gt;a{
        width: 310px;
    }
}
@media screen and (max-width: 768px){
    .customer .main img{
        display: block;
        float: initial !important;
        margin: 0 auto 20px;
    }
    .news_list-wrapper .top .search .fl{
        margin-bottom: 20px;
        width: 100%;
    }
    .news_list-wrapper .top .search .fr{
        width: 100%;
    }
    .news_list-wrapper .top .search .fl select {
        width: 260px;
    }
    .news_list-wrapper .top .search .fr input[type="text"]{
        width: calc(100% - 135px);
    }
    .recruit .main .top&gt;img{
        display: none;
    }
    .recruit .main .top .txt{
        display: block;
        width: 100%;
        height: initial;
        padding: 20px 0;
    }
    .listNav{
        width: 700px;
        margin-left: -350px;
    }
    .about .main{
        display: block;
        width: 100%;
    }
    .about .main .list{
        display: block;
        width: 100%;
        padding: 8% 0;
    }
    .information-wrapper .main form .modular ul li h6{
        margin-left: 0px;
    }
    .information-wrapper .main form .modular ul li .box label {
        width: 50%;
        padding: 0;
    }
    .information-wrapper .main form .modular:nth-last-of-type(1) ul li label:nth-last-of-type(1){
        width: 100%;
        padding: 0;
    }
    .information-wrapper .main form .modular ul li .box label textarea {
        width: calc(100% - 120px);
    }
    .style .main&gt;ul&gt;li&gt;a{
        width: 229px;
    }
    .tel_content ul li{
        float: initial !important;
        width: 100%;
        height: initial;
        padding: 10px 0;
    }
    .tel_content ul li:nth-last-of-type(1), .tel_content ul li:nth-last-of-type(2){
        border-bottom: 1px dashed #DDD;
    }
}
@media screen and (max-width: 665px) {
    html,body{
        overflow-x: hidden;
    }
    section{
        padding: 30px 0;
    }
    .news_list-wrapper .main&gt;ul&gt;li .txt h4{
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fixnav{
        display: none;
    }
    .programme .main&gt;ul&gt;li.fr .top{
        height: initial;
    }
    .programme .main&gt;ul&gt;li.fr .top&gt;.fl,
    .programme .main&gt;ul&gt;li.fr .top&gt;.fr{
        width: 49%;
    }
    .programme .main&gt;ul&gt;li.fr .bottom ul li{
        padding: 20px;
    }
    .news .main&gt;.fl ul li.fl,
    .news .main&gt;.fl ul li.fr{
        float: initial;
        width: 100%;
    }
    .news .main&gt;.fl ul li.fl:first-child{
        margin-bottom: 20px;
    }
    .programme .main&gt;ul&gt;li.fl,
    .programme .main&gt;ul&gt;li.fr{
        width: 100%;
    }
    .programme .main&gt;ul&gt;li.fr .bottom ul li p{
        font-size: 14px;
        line-height: initial;
        height: initial;
        background: none;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .programme .main&gt;ul&gt;li.fr .bottom ul li p:last-of-type{
        line-height: 20px;
    }
    .programme .main&gt;ul&gt;li.fr .bottom{
        width: 100%;
    }
    .footer&gt;.section{
        padding: 0;
    }
    .footer .section&gt;.fl{
        display: none;
    }
    .footer .section&gt;.moblie_footer{
        display: block;
    }
    .listNav{
        display: none;
    }
    .honor .main ul li img,
    .honor .main ul li .txt{
        display: block;
        float: initial;
        margin: 0 auto;
        height: initial;
    }
    .honor .main ul li img{
        margin-bottom: 20px;
        width: 50%;
    }
    .culture-wrapper .main .txt{
        width: initial;
    }
    .culture-wrapper .main .txt p{
        font-size: 25px;
    }
    .about_wrapper .main ul{
        display: block;
    }
    .about_wrapper .main ul li{
        margin: 0 auto 20px;
    }
    .organization .main&gt;.fl{
        width: 100%;
        height: 300px;
    }
    .organization .main&gt;.fr{
        width: 100%;
        float: initial;
    }
    .organization .main&gt;.fr&gt;div{
        position: relative;
        margin: 10px auto;
    }
    .organization .main&gt;.fr&gt;div .txt{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(0, 0, 0, .5);
    }
    .organization .main&gt;.fr&gt;div img{
        display: block;
        float: initial;
        width: 100%;
    }
    .organization .main&gt;.fr .txt h4{
        color: #fff;
        line-height: 230px;
    }
    .banner .swiper-slide .txt h1{
        font-size: 35px;
        line-height: 45px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        display: none;
    }
    .news_main .main&gt;.fl,
    .news_main .main&gt;.fr{
        float: initial;
        width: 100%;
        margin: 0 auto 20px;
    }
    .news_list-wrapper .main&gt;ul&gt;li{
        padding: 0;
    }
    .news_list-wrapper .main&gt;ul&gt;li&gt;.fl,
    .news_list-wrapper .main&gt;ul&gt;li&gt;.fr{
        float: initial;
        width: 100%;
        height: initial;
        margin: 0 auto;
    }
    .news_list-wrapper .main&gt;ul&gt;li&gt;.fr{
        margin-top: 20px;
    }
    .information-wrapper .main form .modular ul li .box label{
        display: block;
        width: 100%;
    }
    .information-wrapper .main&gt;.txt p{
        font-size: 14px;
    }
    .recruit_wrapper ul li .main_header,
    .recruit_wrapper .recruit_header{
        padding: 0 10px;
    }
    .recruit_wrapper ul li .main{
        padding-left: 10px;
        padding-right: 10px;
    }
    .recruit_wrapper .recruit_header span{
        font-size: 14px;
    }
    .recruit_wrapper ul li .main_header span{
        font-size: 12px;
    }
    .recruit_wrapper ul li .main_header .btn{
        display: none;
    }
    .belief .main img.fl, .belief .main img.fr{
        width: 100%;
    }
    section&gt;.title{
        margin-bottom: 30px;
    }
    section&gt;.title h2{
        font-size: 25px;
    }
    .style .main&gt;ul&gt;li{
        width: 100%;
        margin-right: 0;
    }
    .style .main&gt;ul&gt;li&gt;a{
        width: 100%;
    }
    .news_list-wrapper .top .search .fl h4{
        margin-bottom: 10px;
    }
    .news_list-wrapper .top .search .fl select {
        display: block;
        width: 260px;
        margin: 10px 0;
        width: 100%;
    }
    .news_list-wrapper .top ul{
        display: block;
    }
    .news_list-wrapper .top ul li{
        width: 100%;
        margin: 10px auto !important;
    }
    .history_wrapper .main ul li p,
    .history_wrapper .main ul li img{
        width: 45%;
    }
    .history_wrapper .main ul li p{
        font-size: 12px;
        line-height: 20px;
    }
    .banner .swiper-slide .txt{
        top: 50%;
    }
    .page_header_top .main ul li a{
        font-size: 1px;
    }
    .contact p{
        font-size: 20px;
        line-height: 30px;
    }
    .customer .main img{
        width: 100%;
    }
    article .contact_wrapper .main&gt;.fl&gt;div&gt;img{
        display: none;
    }
    article .contact_wrapper .main&gt;.fl .txt{
        width: 50%;
        padding: 20px 0;
    }
    article .contact_wrapper .main&gt;.fl, article .contact_wrapper .main&gt;.fr{
        width: 100%;
    }
    #container{
        height: 300px;
        margin-top: 10px;
    }
    .honor_wrapper .main&gt;ul{
        column-count: 1;
    }
    article .contact_wrapper .main&gt;.fl .txt p {
        font-size: 12px;
    }
    article .contact_wrapper .main&gt;.fl .txt:nth-last-of-type(1){
        width: 100%;
    }
    .child .main .box{
        width: 100%;
    }
    .child .main .box .child_list{
        margin: 0 auto 20px !important;
        max-width: initial;
    }
    .news_list-wrapper .main&gt;ul&gt;li .img a,
    .news_list-wrapper .main&gt;ul&gt;li .img a img{
        width: 100%;
    }
    .honor .main ul li .txt p{
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

}
@media screen and (max-width: 414px){
    .footer .section&gt;.fr{
        width: 100%;
    }
    .footer .section&gt;.fr ul li{
        padding: 0;
    }
    .about .main .list:nth-child(3) ul{
        width: 100%;
    }
    .honor_wrapper .main&gt;ul li{
        width: 95%;
        float: initial;
        margin: 0 auto 20px !important;
    }
    .honor .main ul li .txt{
        font-size: 14px;
    }
    .tel_content ul li p{
        font-size: 12px;
    }
    .programme .main&gt;ul&gt;li.fr .bottom ul li{
        width: initial;
    }
    .case .main&gt;.fl .box ul li a img{
        max-height: 190px;
    }
    .mask .btn{
        background: #11b181;
        color: #fff;
    }
    .mask:hover .btn[data-btn="prev"]{
        left: 10%;
        opacity: 1;
    }
    .mask:hover .btn[data-btn="next"]{
        opacity: 1;
        right: 10%;
    }
    .page_banner{
        height: 200px;
    }
    .news_banner{
        background-position: -900px center;
    }
    .page_banner .txt h1{
        font-size: 30px;
    }
    .page_banner .txt p{
        line-height: 20px;
    }
}
@media screen and (max-width: 360px){
    .moblie_header .bottom&gt;ul{
        height: 460px;
    }
}

.ewmbox{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999999999;
    transition: all .3s;
    transform: scale(0);
}
#qrcode{
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 50px;
    background: #FFF;
    border-radius: 20px;
    width: 60%;
    max-width: 256px;
    transform: translate(-50%, -50%);
}
#qrcode p{
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 25px;
}
#qrcode img{
    display: block;
    max-width: 256px;
    max-height: 256px;
    width: 100%;
}
#qrcode img.close{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}</pre></body></html>